home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Assistant
/
Business Assistant.iso
/
indus
/
auto_inv
/
inv_read.me
< prev
next >
Wrap
Text File
|
1991-08-09
|
4KB
|
86 lines
╔═════════════════════════════════════════════════╗
║ ║
║ INVOICING SYSTEM (Auto Repair Shop) ║ ──────┐
║ ║ │
╚═════════════════════════════════════════════════╝ │
│ By: Alan Frazier │
│ (c) Systematics Consulting, Inc. 1991 │
│ P.O. Box 233 │
│ Conifer, Colorado 80433 │
│ (303)674-8445 │
└──────────────────────────────────────────────────────┘
╒═════════════════════════════════════════════════════════════════════════╕
│ DISCLAMER │
│ │
│ This software is FREEWARE. You may do anything with it EXCEPT sell it. │
│ Systematics Consulting, Inc. makes no warranties, implied or assumed, │
│ and assumes no liability for its use. │
│ │
│ (It would, however, be nice if you sent us any modifications │
│ you make to this software - Thanks!) │
╘═════════════════════════════════════════════════════════════════════════╛
Introduction:
This system was written for a local Subru\Toyoto Auto
repair shop. The system was designed at the users request with
no historical reporting. They just wnated to be able to enter
invoice information regarding auto repair (parts and labor) and
print the invoice. They didn't want to retain any information
after the invoice was printed We don't agree with this, but the
user calls the shots! This system was a "quickie" with no
bells or whistles. It does a good, quick job of
capturing Name and Address Information, information regarding
the car under repair, calculatng Parts and Labor price extensions,
adding Tax to only taxable items (parts), and printing an invoice
for the customer.
We know the systems is lacking some (?) refinements, but the
user just wanted a quick way of producing customer invoices.
It could be easily refined to include a full parts file, historical
reporting... and much more.
Specifications:
The system is written for Dbase-III+ but could easily be
run in Dbase-IV, and with some modifications be enhanced
considerably to take advantage of Dbase-IV.
File allocation and use:
DATA BASE FILE INDEX FILE USE
---------------- ------------ ------------------------------
INV_MSTR.DBF KEV_IDX1.NDX Master Nane and address file
INV_LBOR.DBF KEV_IDX2.NDX Invoice Labor Detail file
INV_PART.DBF KEV_IDX3.NDX Invoice Parts Detail file
INV_INVNO.MEM Memory variable file for next Invoice #
INV_TAX.MEM Memory variable file for default tax rate
Programs:
INV_MENU Main Menu - run this program to start system.
INV_0100 Add Name and Address data for invoice
INV_0110 Add Parts Information (called from INV0100)
INV_0120 Add Labor Information (called from INV0100)
INV_0200 Edit/Display an invoice
INV_0300 Add additional Labor Items for an invoice
INV_0400 Add additional Parts for an invoice
INV_0500 List all invoices ready to print
INV_0600 Print an Invoice
INV_0510 List all invoices on Master File
INV_0650 Reset 'Invoice Printed' flags, and/or delete
printed invoice from file.
INV_0700 Reset Tax Rate or begining Invoice Number. Also
option to reindex all .DBF files.
┌──────────────────────────────────────────────────────────────────────────┐
│ END OF DOCUMENTATION │
└──────────────────────────────────────────────────────────────────────────┘